home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / Panels.nib / data.classes next >
Text File  |  1994-05-18  |  484b  |  36 lines

  1. Panels = {
  2.     ACTIONS = {
  3.     doLegalPanel:;
  4.     doInfoPanel:;
  5.     windowWillClose:;
  6.     doFeedbackPanel:;
  7.     sendFeedback:;
  8.     };
  9.     OUTLETS = {
  10.     feedbackPanel;
  11.     feedbackTopic;
  12.     feedbackText;
  13.     peThing;
  14.     scrollingAboutViewThing;
  15.     theSerialNum;
  16.     revNum;
  17.     legalPanel;
  18.     infoPanel;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. FirstResponder = {
  23.     ACTIONS = {
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. TitleView = {
  28.     ACTIONS = {
  29.     startScrolling:;
  30.     };
  31.     OUTLETS = {
  32.     about;
  33.     };
  34.     SUPERCLASS = View;
  35. };
  36.